home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / Inet.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  8KB  |  357 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Inet" oor:package="org.openoffice" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains Internet-related configurations (proxies, search engines, etc.).</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <info/>
  12.         <group oor:name="SearchEngine">
  13.  
  14.             <info>
  15.  
  16.                 <desc>Specifies the search type, i.e. nexus or exact search.</desc>
  17.             </info>
  18.             <group oor:name="And">
  19.  
  20.                 <info>
  21.  
  22.                     <desc>Specifies the search options for 'AND' searches (all words must be found).</desc>
  23.                 </info>
  24.                 <prop oor:name="ooInetPrefix" oor:type="xs:string">
  25.  
  26.                     <info>
  27.  
  28.                         <desc>Specifies the search expression, i.e. URL and query command.</desc>
  29.                     </info>
  30.                 </prop>
  31.                 <prop oor:name="ooInetSuffix" oor:type="xs:string">
  32.  
  33.                     <info>
  34.  
  35.                         <desc>Specifies the suffix.</desc>
  36.                     </info>
  37.                 </prop>
  38.                 <prop oor:name="ooInetSeparator" oor:type="xs:string">
  39.  
  40.                     <info>
  41.  
  42.                         <desc>Specifies the separator</desc>
  43.                     </info>
  44.                 </prop>
  45.                 <prop oor:name="ooInetCaseMatch" oor:type="xs:int">
  46.  
  47.                     <info>
  48.  
  49.                         <desc>Specifies if upper and lower case spelling should be considered.</desc>
  50.                     </info>
  51.                     <constraints>
  52.  
  53.                         <enumeration oor:value="0">
  54.  
  55.                             <info>
  56.  
  57.                                 <desc>None</desc>
  58.                             </info>
  59.                         </enumeration>
  60.                         <enumeration oor:value="1">
  61.  
  62.                             <info>
  63.  
  64.                                 <desc>Upper</desc>
  65.                             </info>
  66.                         </enumeration>
  67.                         <enumeration oor:value="2">
  68.  
  69.                             <info>
  70.  
  71.                                 <desc>Lower</desc>
  72.                             </info>
  73.                         </enumeration>
  74.                     </constraints>
  75.                 </prop>
  76.             </group>
  77.             <group oor:name="Or">
  78.  
  79.                 <info>
  80.  
  81.                     <desc>Specifies the search options for 'OR' searches (at least one word must be found).</desc>
  82.                 </info>
  83.                 <prop oor:name="ooInetPrefix" oor:type="xs:string">
  84.  
  85.                     <info>
  86.  
  87.                         <desc>Specifies the search expression, i.e. URL and query command.</desc>
  88.                     </info>
  89.                 </prop>
  90.                 <prop oor:name="ooInetSuffix" oor:type="xs:string">
  91.  
  92.                     <info>
  93.  
  94.                         <desc>Specifies the suffix.</desc>
  95.                     </info>
  96.                 </prop>
  97.                 <prop oor:name="ooInetSeparator" oor:type="xs:string">
  98.  
  99.                     <info>
  100.  
  101.                         <desc>Specifies the separator</desc>
  102.                     </info>
  103.                 </prop>
  104.                 <prop oor:name="ooInetCaseMatch" oor:type="xs:int">
  105.  
  106.                     <info>
  107.  
  108.                         <desc>Specifies if upper and lower case spelling should be considered.</desc>
  109.                     </info>
  110.                     <constraints>
  111.  
  112.                         <enumeration oor:value="0">
  113.  
  114.                             <info>
  115.  
  116.                                 <desc>None</desc>
  117.                             </info>
  118.                         </enumeration>
  119.                         <enumeration oor:value="1">
  120.  
  121.                             <info>
  122.  
  123.                                 <desc>Upper</desc>
  124.                             </info>
  125.                         </enumeration>
  126.                         <enumeration oor:value="2">
  127.  
  128.                             <info>
  129.  
  130.                                 <desc>Lower</desc>
  131.                             </info>
  132.                         </enumeration>
  133.                     </constraints>
  134.                 </prop>
  135.             </group>
  136.             <group oor:name="Exact">
  137.  
  138.                 <info>
  139.  
  140.                     <desc>Specifies the search options for 'Exact' searches (the whole text must be found).</desc>
  141.                 </info>
  142.                 <prop oor:name="ooInetPrefix" oor:type="xs:string">
  143.  
  144.                     <info>
  145.  
  146.                         <desc>Specifies the search expression, i.e. URL and query command.</desc>
  147.                     </info>
  148.                 </prop>
  149.                 <prop oor:name="ooInetSuffix" oor:type="xs:string">
  150.  
  151.                     <info>
  152.  
  153.                         <desc>Specifies the suffix.</desc>
  154.                     </info>
  155.                 </prop>
  156.                 <prop oor:name="ooInetSeparator" oor:type="xs:string">
  157.  
  158.                     <info>
  159.  
  160.                         <desc>Specifies the separator</desc>
  161.                     </info>
  162.                 </prop>
  163.                 <prop oor:name="ooInetCaseMatch" oor:type="xs:int">
  164.  
  165.                     <info>
  166.  
  167.                         <desc>Specifies if upper and lower case spelling should be considered.</desc>
  168.                     </info>
  169.                     <constraints>
  170.  
  171.                         <enumeration oor:value="0">
  172.  
  173.                             <info>
  174.  
  175.                                 <desc>None</desc>
  176.                             </info>
  177.                         </enumeration>
  178.                         <enumeration oor:value="1">
  179.  
  180.                             <info>
  181.  
  182.                                 <desc>Upper</desc>
  183.                             </info>
  184.                         </enumeration>
  185.                         <enumeration oor:value="2">
  186.  
  187.                             <info>
  188.  
  189.                                 <desc>Lower</desc>
  190.                             </info>
  191.                         </enumeration>
  192.                     </constraints>
  193.                 </prop>
  194.             </group>
  195.         </group>
  196.     </templates>
  197.     <component>
  198.  
  199.         <group oor:name="Settings">
  200.  
  201.             <info>
  202.  
  203.                 <desc>Contains Internet-related configurations (servers, proxies, etc.).</desc>
  204.             </info>
  205.             <prop oor:name="ooInetDNSServer" oor:type="xs:string">
  206.  
  207.                 <info>
  208.  
  209.                     <deprecated/>
  210.                 </info>
  211.                 <value/>
  212.             </prop>
  213.             <prop oor:name="ooInetNoProxy" oor:type="xs:string">
  214.  
  215.                 <info>
  216.  
  217.                     <desc>Enumerates the names of servers that do not require any proxies.</desc>
  218.                 </info>
  219.                 <value/>
  220.             </prop>
  221.             <prop oor:name="ooInetProxyType" oor:type="xs:int">
  222.  
  223.                 <info>
  224.  
  225.                     <desc>Specifies the type of proxy selection.</desc>
  226.                 </info>
  227.                 <constraints>
  228.  
  229.                     <enumeration oor:value="0">
  230.  
  231.                         <info>
  232.  
  233.                             <desc>No proxies</desc>
  234.                         </info>
  235.                     </enumeration>
  236.                     <enumeration oor:value="1">
  237.  
  238.                         <info>
  239.  
  240.                             <desc>Automatic proxy configuration</desc>
  241.                         </info>
  242.                     </enumeration>
  243.                     <enumeration oor:value="2">
  244.  
  245.                         <info>
  246.  
  247.                             <desc>Manual proxy configuration</desc>
  248.                         </info>
  249.                     </enumeration>
  250.                 </constraints>
  251.             </prop>
  252.             <prop oor:name="ooInetFTPProxyName" oor:type="xs:string">
  253.  
  254.                 <info>
  255.  
  256.                     <desc>Specifies the name of the FTP proxy server.</desc>
  257.                 </info>
  258.                 <value/>
  259.             </prop>
  260.             <prop oor:name="ooInetFTPProxyPort" oor:type="xs:int">
  261.  
  262.                 <info>
  263.  
  264.                     <desc>Specifies the port of the FTP proxy server.</desc>
  265.                 </info>
  266.                 <constraints>
  267.  
  268.                     <minInclusive oor:value="0">
  269.  
  270.                         <info>
  271.  
  272.                             <desc>Specifies the minimum allowed port number.</desc>
  273.                         </info>
  274.                     </minInclusive>
  275.                     <maxInclusive oor:value="65535">
  276.  
  277.                         <info>
  278.  
  279.                             <desc>Specifies the maximum allowed port number.</desc>
  280.                         </info>
  281.                     </maxInclusive>
  282.                 </constraints>
  283.             </prop>
  284.             <prop oor:name="ooInetHTTPProxyName" oor:type="xs:string">
  285.  
  286.                 <info>
  287.  
  288.                     <desc>Specifies the name of the HTTP proxy server.</desc>
  289.                 </info>
  290.                 <value/>
  291.             </prop>
  292.             <prop oor:name="ooInetHTTPProxyPort" oor:type="xs:int">
  293.  
  294.                 <info>
  295.  
  296.                     <desc>Specifies the port of the HTTP proxy server.</desc>
  297.                 </info>
  298.                 <constraints>
  299.  
  300.                     <minInclusive oor:value="0">
  301.  
  302.                         <info>
  303.  
  304.                             <desc>Specifies the minimum allowed port number.</desc>
  305.                         </info>
  306.                     </minInclusive>
  307.                     <maxInclusive oor:value="65535">
  308.  
  309.                         <info>
  310.  
  311.                             <desc>Specifies the maximum allowed port number.</desc>
  312.                         </info>
  313.                     </maxInclusive>
  314.                 </constraints>
  315.             </prop>
  316.             <prop oor:name="ooInetSOCKSProxyName" oor:type="xs:string">
  317.  
  318.                 <info>
  319.  
  320.                     <deprecated/>
  321.                 </info>
  322.                 <value/>
  323.             </prop>
  324.             <prop oor:name="ooInetSOCKSProxyPort" oor:type="xs:int">
  325.  
  326.                 <info>
  327.  
  328.                     <deprecated/>
  329.                 </info>
  330.             </prop>
  331.         </group>
  332.         <group oor:name="DefaultSearchEngine">
  333.  
  334.             <info>
  335.  
  336.                 <desc>Contains the name of the default search engine</desc>
  337.             </info>
  338.             <prop oor:name="Name" oor:type="xs:string">
  339.  
  340.                 <info>
  341.  
  342.                     <desc>The name of the default search engine</desc>
  343.                 </info>
  344.                 <value/>
  345.             </prop>
  346.         </group>
  347.         <set oor:name="SearchEngines" oor:node-type="SearchEngine">
  348.  
  349.             <info>
  350.  
  351.                 <desc>Serves for the configuration of search engines. A default group of (localized) search engines including their configuration should be written by the setup.</desc>
  352.             </info>
  353.         </set>
  354.     </component>
  355. </oor:component-schema>
  356.  
  357.